Filename: /text/sbasic/shared/03020400.xhp
(section: organisation)
The functions and statements for managing files are described here.
ここでは、ファイル管理用の関数およびステートメントについて説明をします。(par_id3147264.2)
(embed text/sbasic/shared/03020401.xhp#chdir : linkinfo)
Changes the current directory or drive.
現在のディレクトリないしドライブを変更します。(par_id3153126.2)
(/embed text/sbasic/shared/03020401.xhp#chdir)
(embed text/sbasic/shared/03020402.xhp#chdrive : linkinfo)
Changes the current drive.
現在のドライブを変更します。(par_id3149656.2)
(/embed text/sbasic/shared/03020402.xhp#chdrive)
(embed text/sbasic/shared/03020403.xhp#curdir : linkinfo)
Returns a variant string that represents the current path of the specified drive.
指定ドライブの現在のパスを示す文字列を返します。(par_id3156343.2)
(/embed text/sbasic/shared/03020403.xhp#curdir)
(embed text/sbasic/shared/03020404.xhp#dir : linkinfo)
Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path.
個々のファイルやディレクトリの名前および、指定した検索パスに該当するドライブやディレクトリの中にある、すべてのファイルおよびディレクトリの名前を返します。(par_id3153381.2)
(/embed text/sbasic/shared/03020404.xhp#dir)
(embed text/sbasic/shared/03020405.xhp#fileattr : linkinfo)
Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle).
Open ステートメントでオープンしたファイルのファイルアクセス番号ないしアクセスモードを返します。ファイルアクセス番号は、オペレーティングシステムに依存します (OSH = Operating System Handle)。(par_id3154366.2)
(/embed text/sbasic/shared/03020405.xhp#fileattr)
(embed text/sbasic/shared/03020406.xhp#filecopy : linkinfo)
Copies a file.
ファイルをコピーします。(par_id3149497.2)
(/embed text/sbasic/shared/03020406.xhp#filecopy)
(embed text/sbasic/shared/03020407.xhp#filedatetime : linkinfo)
Returns a string that contains the date and the time that a file was created or last modified.
ファイルが作成ないし最後に変更された日付および時刻を、文字列として返します。(par_id3156423.2)
(/embed text/sbasic/shared/03020407.xhp#filedatetime)
(embed text/sbasic/shared/03020415.xhp#fileexists : linkinfo)
Determines if a file or a directory is available on the data medium.
指定したファイルやディレクトリが、データ記録媒体上で使用可能であるかを確認します。(par_id3153361.2)
(/embed text/sbasic/shared/03020415.xhp#fileexists)
(embed text/sbasic/shared/03020408.xhp#filelen : linkinfo)
Returns the length of a file in bytes.
ファイルのサイズをバイト単位で返します。(par_id3145068.2)
(/embed text/sbasic/shared/03020408.xhp#filelen)
(embed text/sbasic/shared/03020409.xhp#getattr : linkinfo)
Returns a bit pattern that identifies the file type or the name of a volume or a directory.
ボリュームやディレクトリの名前ないしファイルのタイプを示すビットパターン情報を取得して返します。(par_id3154347.2)
(/embed text/sbasic/shared/03020409.xhp#getattr)
(embed text/sbasic/shared/03020410.xhp#kill : linkinfo)
Deletes a file from a disk.
ディスク上にあるファイルを削除します。(par_id3151211.2)
(/embed text/sbasic/shared/03020410.xhp#kill)
(embed text/sbasic/shared/03020411.xhp#mkdir : linkinfo)
Creates a new directory on a data medium.
データ記録媒体上に新規ディレクトリを作成します。(par_id3147000.2)
(/embed text/sbasic/shared/03020411.xhp#mkdir)
(embed text/sbasic/shared/03020412.xhp#name : linkinfo)
Renames an existing file or directory.
既存のファイルおよびディレクトリの名前を変更します。(par_id3154346.2)
(/embed text/sbasic/shared/03020412.xhp#name)
(embed text/sbasic/shared/03020413.xhp#rmdir : linkinfo)
Deletes an existing directory from a data medium.
データ記録媒体上にある既存ディレクトリを削除します。(par_id3149457.2)
(/embed text/sbasic/shared/03020413.xhp#rmdir)
(embed text/sbasic/shared/03020414.xhp#setattr : linkinfo)
Sets the attribute information for a specified file.
指定ファイルの属性情報を設定します。(par_id3147264.2)
(/embed text/sbasic/shared/03020414.xhp#setattr)